home *** CD-ROM | disk | FTP | other *** search
- %%BeginResource: procset l2check 6.0 1
- %%Copyright: Copyright 1993,2001 Adobe Systems Incorporated. All Rights Reserved.
- systemdict /languagelevel known
- { systemdict /languagelevel get 1 eq }
- { true }
- ifelse
- {
- initgraphics /Helvetica findfont 18 scalefont setfont
- 72 600 moveto (Error: This application does not support) dup show
- 72 580 moveto (printing to a PostScript Language Level 1 printer.) dup show
- exch = =
- /Times-Roman findfont 16 scalefont setfont
- 72 500 moveto (As a workaround, try selecting Print As Image from) show
- 72 480 moveto (the Advanced Print dialog.) show
- showpage
- quit
- }
- if
- %%EndResource
-